Api.ReadIOAlias method

Reads the alias index from a real or simulated I/O module.

Namespace: IntervalZero.KINGSTAR.OpcUa.Api

Assembly: IntervalZero.KINGSTAR.OpcUa.Api (in IntervalZero.KINGSTAR.OpcUa.Client.dll) Version: 4.4.0.0

Syntax

C#VB
public KsReturn<int> ReadIOAlias(
       int Index
)
Public Function ReadIOAlias(
       Index As Integer
) As KsReturn(Of Integer)

Parameters

Index

Type: int

The index of an I/O module. Indexes are zero based.

Return value

Type: KsReturn<int>

Returns a KsError code for the method and an integer value.

Usable EtherCAT states

ecatOP

Examples

C#
N/A

See also

Api Class

IntervalZero.KINGSTAR.OpcUa.Api Namespace